testing.common.cancelCtx (field)

10 uses

	testing (current package)
		benchmark.go#L214: 	b.cancelCtx = cancelCtx
		fuzz.go#L314: 				cancelCtx: cancelCtx,
		fuzz.go#L527: 						cancelCtx: cancelCtx,
		fuzz.go#L613: 			cancelCtx: cancelCtx,
		testing.go#L683: 	cancelCtx context.CancelFunc
		testing.go#L1651: 	if c.cancelCtx != nil {
		testing.go#L1652: 		c.cancelCtx()
		testing.go#L2084: 			cancelCtx:  cancelCtx,
		testing.go#L2144: 			cancelCtx:  cancelCtx,
		testing.go#L2574: 					cancelCtx:  cancelCtx,